home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Virtual Terminal Protocol
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : John Foreman
- -- : Texas Instruments, Inc.
- -- : P.O. Box 801 MS 8007
- -- : McKinney, TX 75069
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Texas Instruments, Inc.
- -- DATE CREATED : 9 November 1984
- -- DATE RELEASED : March 1985
- -- DATE LAST UPDATED : March 1985
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : Components
- -- CATEGORY LEVEL 2 : Virtual Terminal
- -- CATEGORY LEVEL 3 : Non-Curses Interface
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Virtual Terminal
- -- INDEX : Terminal, Virtual
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_08_2
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.VIRTERM>VT2*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.VIRTERM>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- VT2.CMM 902 29
- -- VT2.PRO 3728 77
- -- VT2.SRC 224728 6378
- -- VT2.TST 63335 1762
- -- VT2SPEC.DOC 330874 7980
- -- VT2TEST.DOC 176436 6379
- -- VT2USER.DOC 127918 2954
- -- =============== ========== ==========
- -- 7 Files 927921 25559
- --= ABSTRACT ===============================================--
- -- The ANSI virtual terminal is a program level interface
- -- providing support for scroll, page and form-mode terminals. This
- -- package uses a terminal capabilities database to determine the
- -- capabilities of a variety of terminals. This package was designed to
- -- enhance the transportability of the source code and interoperability
- -- of the terminal capabilities database.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 03/85 1.0 John Foreman Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-